Object
CGImage
CGImage (private) | Private constructor. This class can only be constructed with the Shared methods on the class. |
ColorSpace | Returns info on what kind of colorspace the RawBitmap has. (RGB, Gray, CMYK or UNKNOWN). This can be any value from the RawBitmap.ColorSpaces enum. |
Depth | Returns the depth per channel of the bitmap. |
Handle | Returns Integer handle to the native CGImageRef structure. |
HasAlphaChannel | Returns true if the CGImage has alpha channel, else false. |
Height | Returns the height of the Bitmap in pixels. |
PixelBytes | Returns number of bytes per pixel in the image. |
RowBytes | Returns the number of bytes in each row of the bitmap. |
Width | Returns the width of the Bitmap in pixels. |
Draw | Draws the CGImage into Xojo Graphics. |
shared FromIntegerPtr | Constructs CGImage object from Integer handle coming from declares or 3rd party plugin. |
shared FromRawBitmap | Creates CGImage from Einhugur RawBitmap object. |
GetImageInRect | Creates a CGImage bitmap image using the data contained within a subregion of an existing CGImage bitmap image. |
Release | Releases the CGImage. |
Retain | Retains the CGImage |
ToPicture | Creates Xojo picture object from the CGImage. |
ToRawBitmap | Creates Einhugur RawBitmap from the CGImage |